home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d982.lha / HWGRCS / HWGdiffP1_2_6.lha / diffutils-2.6 / src / amiga.c < prev    next >
Text File  |  1993-12-18  |  828b  |  22 lines

  1. /*------------------------------------------------------------------------*/
  2. /*                                                                        *
  3.  *  $Id$
  4.  *
  5.  *  $Log$
  6.  *                                                                        */
  7. /*------------------------------------------------------------------------*/
  8.  
  9. /*------------------------------------------------------------------------*/
  10. /* This is magic to make the SAS/C startup automatically set up the
  11.    correct stack size for us. With >=6.3 this is supposed to work. */
  12. long __stack = 32768;
  13.  
  14. /*------------------------------------------------------------------------*/
  15. /* This is a good place for the version! */
  16. char HWGversion[] = PRGVERSION;
  17.  
  18. /*------------------------------------------------------------------------*/
  19.  
  20. /* Ende des Quelltextes */
  21.  
  22.